home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / bdf2snf.zip / MAKESNF.BAT < prev   
DOS Batch File  |  1992-11-12  |  370b  |  12 lines

  1. @echo off
  2. rem MAKESNF.BAT
  3. rem Usage: MAKESNF
  4. rem - assumes that the fonts you wish to convert are in the current
  5. rem   directory
  6. rem - assumes that the .BDF fonts you wish to convert are in the
  7. rem   current directory
  8. rem - assumes that the MKFNTDIR program is in the \DVX directory on
  9. rem   the current drive
  10. for %%a in (*.bdf) do bdftosnf %%a
  11. \dvx\mkfntdir
  12.